runtime.m.mallocing (field)
39 uses
runtime (current package)
arena.go#L474: if mp.mallocing != 0 {
arena.go#L480: mp.mallocing = 1
arena.go#L497: mp.mallocing = 0
arena.go#L530: mp.mallocing = 0
arena.go#L752: if mp.mallocing != 0 {
arena.go#L758: mp.mallocing = 1
arena.go#L808: mp.mallocing = 0
cgocheck.go#L48: if gp.m.mallocing != 0 {
iface.go#L137: if getg().m.mallocing != 0 {
malloc.go#L1114: if mp.mallocing != 0 {
malloc.go#L1124: mp.mallocing = 1
malloc.go#L1178: mp.mallocing = 0
malloc.go#L1239: mp.mallocing = 0
malloc.go#L1270: if mp.mallocing != 0 {
malloc.go#L1280: mp.mallocing = 1
malloc.go#L1341: mp.mallocing = 0
malloc.go#L1356: if mp.mallocing != 0 {
malloc.go#L1369: mp.mallocing = 1
malloc.go#L1432: mp.mallocing = 0
malloc.go#L1447: if mp.mallocing != 0 {
malloc.go#L1460: mp.mallocing = 1
malloc.go#L1525: mp.mallocing = 0
malloc.go#L1540: if mp.mallocing != 0 {
malloc.go#L1547: mp.mallocing = 1
malloc.go#L1599: mp.mallocing = 0
mgcsweep.go#L469: if gp.m.locks == 0 && gp.m.mallocing == 0 && gp != gp.m.g0 {
mgcsweep.go#L508: if gp.m.locks == 0 && gp.m.mallocing == 0 && gp != gp.m.g0 {
mheap.go#L1766: gp.m.mallocing++
mheap.go#L1771: gp.m.mallocing--
panic.go#L64: if gp != nil && gp.m != nil && gp.m.mallocing != 0 {
panic.go#L78: if gp != nil && gp.m != nil && gp.m.mallocing != 0 {
panic.go#L750: if gp.m.mallocing != 0 {
panic.go#L1363: gp.m.mallocing++
panic.go#L1478: if mp.locks != 1 || mp.mallocing != 0 || mp.throwing != throwTypeNone || mp.preemptoff != "" || mp.dying != 0 {
preempt.go#L288: return mp.locks == 0 && mp.mallocing == 0 && mp.preemptoff == "" && mp.p.ptr().status == _Prunning
proc.go#L5632: getg().m.mallocing++
proc.go#L5707: getg().m.mallocing--
proc.go#L6593: print(" mallocing=", mp.mallocing, " throwing=", mp.throwing, " preemptoff=", mp.preemptoff, " locks=", mp.locks, " dying=", mp.dying, " spinning=", mp.spinning, " blocked=", mp.blocked, " lockedg=")
runtime2.go#L550: mallocing int32